func github.com/andybalholm/brotli.getDictionary

3 uses

	github.com/andybalholm/brotli (current package)
		dictionary.go#L122888: func getDictionary() *dictionary {
		encoder_dict.go#L14: 	dict.words = getDictionary()
		state.go#L241: 	s.dictionary = getDictionary()